home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / .KnownBugs < prev    next >
Text File  |  1995-09-05  |  1KB  |  43 lines

  1.  
  2.  This is a list of all Problems (bugs) that seems notable;
  3.  
  4.  ********   Some I/O Operations are not checked for success;
  5.         (most of them are directed to Output())
  6.     Shall this be fixed?
  7.  
  8.  ********   most commands have no ctl-c support
  9.         (just because most of the do only one action,
  10.         and thus it did not seem to be neccessary)
  11.         (currently only wb_delete touch and yes have)
  12.     (this may probably not be fixed)
  13.  
  14.  (20-03-95) VolName gets problems w/ "VOLUME/S,DEVICE/S" if the
  15.         Filename can not be locked (e.g. not existing name)
  16.         It then falls back to simple mode. This applies also
  17.         to relative names w/o volume or device flags set.
  18.     (_shall_ this be fixed?)
  19.  
  20.  (20-03-95) GetWord produces wrong IoErrs
  21.         when executing inside scripts
  22.         S> FailAt 11
  23.         S> GetWord 0 a b
  24.         >> GetWord: bad number
  25.         S> if warn
  26.         S>  why
  27.         >> The last command did not set a return code
  28.         S> endif
  29.         S> FailAt 10
  30.         it works however on commandline
  31.         C> GetWord 0 a b
  32.         >> GetWord: bad number
  33.         C> why
  34.         >> Last command failed because : bad number
  35.         can't fix this, 'cause I can't explain this behaviour.
  36.     (maybe a cbm shell problem)
  37.  
  38.  ********   CAR/CDR, SRun/SRunSX have problems w/ '?' since they do
  39.         not use the result of ReadArgs(), but instead GetArgStr()
  40.         this is already stated in the docs, but I wanted to state
  41.         it again.
  42.  
  43.